Package com.cisco.pt.ipc.ui
Interface DialogManager
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
DialogManagerImpl
Information provided by the PKI file:
\class DialogManager
\brief DialogManager manages all the device dialogs.
\example appWindow().getDialogManager()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidcloseAll()Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
closeAll
void closeAll()Information provided by the PKI file:
\brief Closes all the device dialogs. -
getCurrentDialog
DeviceDialog getCurrentDialog()Information provided by the PKI file:
\brief Returns the currently focused dialog. \return DeviceDialog, the DeviceDialog object of the currently focused dialog.- Returns:
- DeviceDialog Returns a DeviceDialog
-
getDialog
Information provided by the PKI file:
\brief Returns the device dialog with the specified device name. \param deviceName, the name of the device of interest. \return DeviceDialog, the DeviceDialog object with the specified device name.- Parameters:
deviceName- Takes in a parameter of deviceName- Returns:
- DeviceDialog Returns a DeviceDialog
-
getFocusedDialogName
String getFocusedDialogName()Information provided by the PKI file:
\brief Returns the device name of the dialog that is currently in focus. \return QString, the name of the device- Returns:
- String Returns a String
-